IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
Because the value returned never changes, it is inefficient to call Asc/AscW on a String constant. Use the numeric value instead.
Asc
AscW
intCode = Asc("*")
intCode = 42